AutomaticPersistedQueryCalculator

Utility class for calculating SHA256 hashes based off of the .graphql files held in memory by AbstractGraphProcessor

Author

Krillsson

Parameters

processor

A self managed singleton instance of AbstractGraphProcessor

Constructors

Link copied to clipboard
constructor(processor: AbstractGraphProcessor, logger: AbstractLogger = processor.logger)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun getOrCreateAPQHash(queryName: String): String?

Calculates the automated persisted query hash for a given queryName